home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pa.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-12-14  |  134b  |  9 lines

  1. rem Install Painter's Apprentice.
  2. mkdir bin
  3. mkdir fonts
  4. mkdir scraps
  5. mv *.fnt fonts
  6. mv *.scr scraps
  7. mv *.ldi bin
  8. mv *.pri bin
  9.